GeobFrame

open class GeobFrame : Id3Frame

Constructors

GeobFrame
Link copied to clipboard
open fun GeobFrame(mimeType: String, filename: String, description: String, data: Array<Byte>)

Properties

data
Link copied to clipboard
val data: Array<Byte>
description
Link copied to clipboard
val description: String
filename
Link copied to clipboard
val filename: String
ID
Link copied to clipboard
val ID: String
mimeType
Link copied to clipboard
val mimeType: String

Functions

equals
Link copied to clipboard
open fun equals(o: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int

Inherited functions

getType
Link copied to clipboard
open fun getType(): String